home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / orinf / mar96 / hoskf107.gif < prev    next >
Graphics Interchange Format  |  1996-11-16  |  9KB  |  442x428  |  4-bit (12 colors)
Labels: text | electronics | screenshot | display | software | computer icon | web page | number | website | operating system
OCR: frmBugQuery Properties + 7 udmDelCondition Sub udmDelConditionQ ' Remove the selected condition K = frmBugQuery. udpSelCondition Decrement number of conditions gNumConditions = gNumConditions - 1 Reset scrollbar based on remaining number of conditions IF gNumConditions < 3 THEN vsbCondScroll. ScrollMax = 0 ELSE vsbCondScroll. ScrollMax = gNumConditions - 3 END IF Remove the condition elements from gConditions FOR i = x TO gNumConditions-1 gConditions (i, 0) = gConditions (i+1,0) gConditions (i, 1) = gConditions (i+1,1) gConditions (i, 2) = gConditions (i+1,2) NEXT i ' Clear selection hilites frmBugQuery. udmClearSelections ( )